home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presentation Library 1993 Spring / ARPL-Spring-93-Partner-Edition.iso / Applications / Technical Publishing / Aldus PageMaker 4.2 / Contents for System folder / Aldus / PPDs / CNLBP8T1.PPD < prev    next >
Encoding:
PostScript Printer Description  |  1991-12-04  |  12.8 KB  |  396 lines  |  [TEXT/????]

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *%
  3. *% Copyright 1988, 1989, 1990, 1991 Adobe Systems Incorporated.  
  4. *% All Rights Reserved.
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *%
  9. *% The byte count of this file should be exactly 013112 or 013507
  10. *% depending on the filesystem it resides in.
  11. *%
  12. *% For "LBP-8IIIT-PS" version 51.4
  13. *% Date: 16 Oct 1991
  14. *FormatVersion: "3.0"
  15. *FileVersion: "2.1"
  16. *LanguageVersion: English
  17.  
  18. *Product: "(LBP-8IIIT-PS)"
  19. *PSVersion: "(51.4) 1"
  20. *NickName: "Canon LBP-8IIIT PS-1 v51.4"
  21.  
  22. *% General Information and Defaults ===============
  23. *FreeVM: "128540"
  24. *ColorDevice: False
  25. *VariablePaperSize: False
  26. *FileSystem: True
  27. *?FileSystem: "save statusdict begin
  28.   diskonline {(True)}{(False)} ifelse = flush
  29. end restore"
  30. *End
  31.  
  32. *Throughput: "8"
  33. *Password: "0"
  34. *ExitServer: "
  35.   count 0 eq {  % is the password on the stack?
  36.     true 
  37.   }{
  38.     dup % potential password
  39.     statusdict begin checkpassword end not 
  40.   } ifelse 
  41.   {  %  if no password or not valid 
  42.     (WARNING : Cannot perform the exitserver command.) = 
  43.     (Password supplied is not valid.) = 
  44.     (Please contact the author of this software.) = flush
  45.     quit 
  46.   } if 
  47.   serverdict begin exitserver
  48. "
  49. *End
  50.  
  51. *Reset: "
  52.   count 0 eq {  % is the password on the stack?
  53.     true 
  54.   }{
  55.     dup % potential password
  56.     statusdict begin checkpassword end not 
  57.   } ifelse 
  58.   {  %  if no password or not valid 
  59.     (WARNING : Cannot reset printer.) = 
  60.     (Password supplied is not valid.) = 
  61.     (Please contact the author of this software.) = flush
  62.     quit 
  63.   } if 
  64.   serverdict begin exitserver
  65.   systemdict /quit get exec
  66.   (WARNING : Printer Reset Failed.) = flush
  67. "
  68. *End
  69.  
  70. *DefaultResolution: 300dpi
  71. *?Resolution: "
  72. save
  73.   initgraphics
  74.   0 0 moveto currentpoint matrix defaultmatrix transform
  75.   0 72 lineto currentpoint matrix defaultmatrix transform
  76.   3 -1 roll sub dup mul
  77.   3 1 roll exch sub dup mul
  78.   add sqrt round cvi
  79.   (          ) cvs print (dpi) = flush
  80. restore
  81. "
  82. *End
  83.  
  84. *% Halftone Information ===============
  85.  
  86. *ScreenFreq: "60.0"
  87. *ScreenAngle: "45.0"
  88. *DefaultScreenProc: Dot
  89. *ScreenProc Dot: "
  90. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  91. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  92. "
  93. *End
  94. *ScreenProc Line: "{ pop }"
  95. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  96.  
  97. *DefaultTransfer: Null
  98. *Transfer Null: "{ }"
  99. *Transfer Null.Inverse: "{ 1 exch sub }"
  100.  
  101. *% Paper Handling ===================
  102. *% Use these entries to set paper size most of the time, unless there is
  103. *% specific reason to use PageRegion or PaperTray.
  104.  
  105. *DefaultPageSize: Letter
  106. *PageSize Letter: "statusdict begin lettertray end"
  107. *PageSize Legal: "statusdict begin legaltray end"
  108. *PageSize A4: "statusdict begin a4tray end"
  109. *PageSize Executive: "statusdict begin executivetray end"
  110. *PageSize LetterSmall: "statusdict begin lettertray lettersmall end"
  111. *PageSize LegalSmall: "statusdict begin legaltray legalsmall end"
  112. *PageSize A4Small: "statusdict begin a4tray a4small end"
  113. *?PageSize: "
  114.  save statusdict begin
  115.   7 dict begin
  116.    /letter (Letter) def /legal (Legal) def
  117.    /a4 (A4) def /a4small (A4Small) def
  118.    /executivepage (Executive) def /lettersmall (LetterSmall) def
  119.    /legalsmall (LegalSmall) def
  120.    papersize {
  121.      {load exec} stopped not{= flush}if
  122.    }{
  123.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  124.    }ifelse
  125.   end
  126.  end restore
  127. "
  128. *End
  129.  
  130. *% These entries will set up the frame buffer. Usually used with manual feed.
  131. *DefaultPageRegion: Letter
  132. *PageRegion Letter: "letter"
  133. *PageRegion Legal: "legal"
  134. *PageRegion A4: "a4"
  135. *PageRegion Executive: "executivepage"
  136. *PageRegion LetterSmall: "lettersmall"
  137. *PageRegion LegalSmall: "legalsmall"
  138. *PageRegion A4Small: "a4small"
  139.  
  140. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  141. *% These errors should be trapped by software and a message displayed
  142. *DefaultPaperTray: Letter
  143. *PaperTray Letter: "statusdict begin lettertray end"
  144. *PaperTray Legal: "statusdict begin legaltray end"
  145. *PaperTray A4: "statusdict begin a4tray end"
  146. *PaperTray Executive: "statusdict begin executivetray end"
  147. *PaperTray A4Small: "statusdict begin a4tray a4small end"
  148. *PaperTray LetterSmall: "statusdict begin lettertray lettersmall end"
  149. *PaperTray LegalSmall: "statusdict begin legaltray legalsmall end"
  150. *?PaperTray: "
  151.  save statusdict begin
  152.   7 dict begin
  153.    /letter (Letter) def /legal (Legal) def
  154.    /a4 (A4) def   /executivepage (Executive) def
  155.    /a4small (A4Small) def
  156.   /lettersmall (LetterSmall) def /legalsmall (LegalSmall) def
  157.    papersize {
  158.      {load exec} stopped not{= flush}if
  159.    }{
  160.      {load exec} stopped not{print (.Transverse) = flush}if
  161.    }ifelse
  162.   end
  163.  end restore
  164. "
  165. *End
  166.  
  167. *% The following entries provide information about specific paper keywords
  168. *DefaultImageableArea: Letter
  169. *ImageableArea Letter: "15 8 597 784 "
  170. *ImageableArea Legal: "15 8 597 1000 "
  171. *ImageableArea A4: "13 10 577 832 "
  172. *ImageableArea Executive: "11 9 509 749"
  173. *ImageableArea LetterSmall: "31 31 583 761 "
  174. *ImageableArea LegalSmall: "63 43 546 966"
  175. *ImageableArea A4Small: "27 31 567 811 "
  176. *?ImageableArea: "
  177.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  178.   newpath clippath pathbbox
  179.   4 -2 roll exch 2 {ceiling cvp} repeat
  180.   exch 2 {floor cvp} repeat flush
  181.  restore
  182. "
  183. *End
  184.  
  185. *% These provide the physical dimensions of the paper (by keyword)
  186. *DefaultPaperDimension: Letter
  187. *PaperDimension Letter: "612 792"
  188. *PaperDimension Legal: "612 1008"
  189. *PaperDimension A4: "595 842"
  190. *PaperDimension Executive: "500 742"
  191. *PaperDimension LetterSmall: "612 792"
  192. *PaperDimension LegalSmall: "612 1008"
  193. *PaperDimension A4Small: "595 842"
  194.  
  195. *DefaultInputSlot: Upper
  196. *InputSlot Lower: "statusdict begin 1 setpapertray end"
  197. *InputSlot Upper: "statusdict begin 2 setpapertray end"
  198. *InputSlot Envelope: "statusdict begin 3 setpapertray end"      
  199. *?InputSlot: "
  200.  save statusdict begin
  201.   4 dict begin
  202.    /0 (Unknown) def
  203.    /1 (Lower) def
  204.    /2 (Upper) def
  205.    /3 (Envelope) def
  206.    papertray 
  207.      {( ) cvs cvn load exec} stopped not{= flush}if
  208.   end
  209.  end restore
  210. "
  211. *End
  212.  
  213. *DefaultManualFeed: False
  214. *?ManualFeed: "
  215. save
  216.   statusdict /manualfeed get
  217.   {(True)}{(False)}ifelse = flush
  218. restore"
  219. *End
  220. *ManualFeed True: "statusdict begin /manualfeed true store end"
  221. *ManualFeed False: "statusdict begin /manualfeed false store end"
  222.  
  223. *DefaultOutputOrder: Normal
  224. *DefaultOutputBin: Upper
  225.  
  226. *% Font Information =====================
  227. *DefaultFont: Courier
  228. *Font AvantGarde-Book: Standard "(001.002)"
  229. *Font AvantGarde-BookOblique: Standard "(001.002)"
  230. *Font AvantGarde-Demi: Standard "(001.003)"
  231. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  232. *Font Bookman-Demi: Standard "(001.001)"
  233. *Font Bookman-DemiItalic: Standard "(001.001)"
  234. *Font Bookman-Light: Standard "(001.001)"
  235. *Font Bookman-LightItalic: Standard "(001.001)"
  236. *Font Courier: Standard "(002.002)"
  237. *Font Courier-Bold: Standard "(002.002)"
  238. *Font Courier-BoldOblique: Standard "(002.002)"
  239. *Font Courier-Oblique: Standard "(002.002)"
  240. *Font Helvetica: Standard "(001.002)"
  241. *Font Helvetica-Bold: Standard "(001.002)"
  242. *Font Helvetica-BoldOblique: Standard "(001.002)"
  243. *Font Helvetica-Condensed: Standard "(001.001)"
  244. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  245. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  246. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  247. *Font Helvetica-Narrow: Standard "(001.002)"
  248. *Font Helvetica-Narrow-Bold: Standard "(001.002)"
  249. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)"
  250. *Font Helvetica-Narrow-Oblique: Standard "(001.002)"
  251. *Font Helvetica-Oblique: Standard "(001.002)"
  252. *Font NewCenturySchlbk-Bold: Standard "(001.006)"
  253. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  254. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  255. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  256. *Font Palatino-Bold: Standard "(001.002)"
  257. *Font Palatino-BoldItalic: Standard "(001.002)"
  258. *Font Palatino-Italic: Standard "(001.002)"
  259. *Font Palatino-Roman: Standard "(001.001)"
  260. *Font Symbol: Special "(001.003)"
  261. *Font Times-Bold: Standard "(001.002)"
  262. *Font Times-BoldItalic: Standard "(001.004)"
  263. *Font Times-Italic: Standard "(001.002)"
  264. *Font Times-Roman: Standard "(001.002)"
  265. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  266. *Font ZapfDingbats: Special "(001.002)"
  267.  
  268. *?FontQuery: "
  269. save  4 dict begin /sv exch def
  270. /str (fonts/                              ) def
  271. /st2 128 string def
  272. {
  273.   count 0 gt {
  274.     dup st2 cvs (/) print print (:) print
  275.     dup FontDirectory exch known {pop (Yes)}{
  276.      str exch st2 cvs dup length /len exch def
  277.      6 exch putinterval str 0 len 6 add getinterval mark exch
  278.      { } st2 filenameforall counttomark 0 gt {
  279.       cleartomark (Yes)}{cleartomark (No)}ifelse
  280.     }ifelse = flush
  281.   }{ exit } ifelse
  282. } bind loop
  283. (*) = flush
  284. sv end restore
  285. "
  286. *End
  287.  
  288. *?FontList: "
  289. save  2 dict begin /sv exch def
  290. /str 128 string def
  291. FontDirectory { pop == } bind forall flush
  292. /filenameforall where { 
  293.  pop save (fonts/*) { 
  294.   dup length 6 sub 6 exch getinterval cvn == 
  295.  } bind str filenameforall flush restore
  296. } if 
  297. (*) = flush
  298. sv end restore
  299. "
  300. *End
  301.  
  302. *% Printer Messages (verbatim from printer):
  303. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  304. *%Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  305. *%Message: "\FontName\ not found, using Courier"
  306.  
  307. *% Status (format: %%[ status: <one of these> ]%% )
  308. *Status: "idle"
  309. *Status: "busy"
  310. *Status: "waiting"
  311. *Status: "printing"
  312. *Status: "warming up"
  313. *Status: "initializing"
  314. *Status: "printing test page"
  315. *Status: "U<->L feed"
  316. *Status: "resetting printer"
  317. *Status: "envelope cassette incorrect"
  318. *Status: "printing engine test"
  319. *Status: "manual feed timeout"
  320. *Status: "PrinterError: no paper tray"
  321. *Status: "PrinterError: out of paper"
  322. *Status: "PrinterError: cover open"
  323. *Status: "PrinterError: paper entry misfeed"
  324. *Status: "PrinterError: paper exit misfeed"
  325. *Status: "PrinterError: no toner cartridge"
  326. *Status: "PrinterError: paper path 1"
  327. *Status: "PrinterError: beam detect error"
  328. *Status: "PrinterError: load option tray"
  329. *Status: "PrinterError: request manual feed of A4 paper"
  330. *Status: "PrinterError: request manual feed of letter paper"
  331. *Status: "PrinterError: request manual feed of legal paper"
  332. *Status: "PrinterError: request manual feed of executive paper"
  333. *Status: "PrinterError: service call"
  334.  
  335. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  336. *Source: "serial25"
  337. *Source: "Centronics"
  338.  
  339. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  340. *PrinterError: "no paper tray"
  341. *PrinterError: "out of paper"
  342. *PrinterError: "cover open"
  343. *PrinterError: "paper entry misfeed"
  344. *PrinterError: "paper exit misfeed"
  345. *PrinterError: "no toner cartridge"
  346. *PrinterError: "paper path 1"
  347. *PrinterError: "beam detect error"
  348. *PrinterError: "load option tray"
  349. *PrinterError: "request manual feed of A4 paper"
  350. *PrinterError: "request manual feed of letter paper"
  351. *PrinterError: "request manual feed of legal paper"
  352. *PrinterError: "request manual feed of executive paper"
  353. *PrinterError: "service call"
  354.  
  355. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  356.  
  357. *% Color Separation Information =====================
  358.  
  359. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  360.  
  361. *InkName: ProcessBlack/Process Black
  362. *InkName: CustomColor/Custom Color
  363. *InkName: ProcessCyan/Process Cyan
  364. *InkName: ProcessMagenta/Process Magenta
  365. *InkName: ProcessYellow/Process Yellow
  366.  
  367. *%  For 60 lpi / 300 dpi  ===============================
  368.  
  369. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  370. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  371. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  372. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  373. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  374.  
  375. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  376. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  377. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  378. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  379. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  380.  
  381. *%  For 53 lpi / 300 dpi  ===============================
  382.  
  383. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  384. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  385. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  386. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  387. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  388.  
  389. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  390. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  391. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  392. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  393. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  394.  
  395. *% end of PPD file for ScriptCard PS-1
  396.